func text/template.intLike

3 uses

	text/template (current package)
		funcs.go#L168: 	if intLike(value.Kind()) && intLike(argType.Kind()) && value.Type().ConvertibleTo(argType) {
		funcs.go#L175: func intLike(typ reflect.Kind) bool {